home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / ssexpert.zip / SSEXPERT.DLL / RCDATA / SSCDFM / SSCDFM.txt
Text File  |  1996-09-02  |  667b  |  36 lines

  1. object ConfigDlg: TConfigDlg
  2.   Left = 281
  3.   Top = 195
  4.   BorderStyle = bsDialog
  5.   Caption = 'Screen Saver Configuration'
  6.   ClientHeight = 139
  7.   ClientWidth = 302
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poDefaultPosOnly
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object btnOK: TButton
  16.     Left = 128
  17.     Top = 104
  18.     Width = 75
  19.     Height = 25
  20.     Caption = 'OK'
  21.     Default = True
  22.     ModalResult = 1
  23.     TabOrder = 0
  24.   end
  25.   object btnCancel: TButton
  26.     Left = 216
  27.     Top = 104
  28.     Width = 75
  29.     Height = 25
  30.     Cancel = True
  31.     Caption = 'Cancel'
  32.     ModalResult = 2
  33.     TabOrder = 1
  34.   end
  35. end
  36.